SingleNINumericSingleNLogicalOr Method

Computes the bitwise logical OR of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SingleN INumeric<SingleN>.LogicalOr(
	SingleN value
)

Parameters

value  SingleN
The value with which to compute the logical bitwise OR.

Return Value

SingleN
The bitwise logical OR of the current value and value.

Implements

INumericTSelfLogicalOr(TSelf)

See Also